std::basic_stringstream::rdbuf
From Cppreference
< cpp | io | basic stringstream
| C++ Standard Library | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
| Input/output library | ||||||||||||||||||||
| std::basic_stringstream | ||||||||||||||||||||
| ||||||||||||||||||||
| basic_filebuf<CharT, Traits, Allocator>* rdbuf() const;
| ||
Returns pointer to the underlying raw string device object.
Parameters
(none)
Return value
pointer to the underlying raw string device.
Example
| This section is incomplete |